home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TMODIFFETE / TMODIFFETE.txt
Text File  |  2003-09-02  |  2KB  |  92 lines

  1. object ModifFete: TModifFete
  2.   Left = 659
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ajouter une f'#234'te'
  6.   ClientHeight = 110
  7.   ClientWidth = 338
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object SC_Line5: TSC_Line
  20.     Left = 0
  21.     Top = 76
  22.     Width = 338
  23.     Height = 34
  24.     BorderShape = bsTopLine
  25.     Align = alBottom
  26.   end
  27.   object Label1: TLabel
  28.     Left = 15
  29.     Top = 18
  30.     Width = 21
  31.     Height = 14
  32.     Caption = 'Nom'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 180
  36.     Top = 18
  37.     Width = 141
  38.     Height = 14
  39.     Caption = 'Date de la f'#234'te au format --/--'
  40.   end
  41.   object Button1: TButton
  42.     Left = 89
  43.     Top = 83
  44.     Width = 75
  45.     Height = 22
  46.     Caption = '&Ok'
  47.     Default = True
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ModalResult = 1
  54.     ParentFont = False
  55.     TabOrder = 2
  56.   end
  57.   object Button2: TButton
  58.     Left = 175
  59.     Top = 83
  60.     Width = 75
  61.     Height = 22
  62.     Cancel = True
  63.     Caption = '&Annuler'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     ModalResult = 2
  70.     ParentFont = False
  71.     TabOrder = 3
  72.   end
  73.   object EditNom: TEdit
  74.     Left = 15
  75.     Top = 33
  76.     Width = 160
  77.     Height = 22
  78.     TabOrder = 0
  79.   end
  80.   object EditFete: TLsAlignEdit
  81.     Left = 180
  82.     Top = 33
  83.     Width = 142
  84.     Height = 22
  85.     ColorNormal = clWindow
  86.     ColorFocused = clWindow
  87.     TabOrder = 1
  88.     OnExit = EditFeteExit
  89.     OnKeyPress = EditFeteKeyPress
  90.   end
  91. end
  92.